const runtime.usesLR
12 uses
runtime (current package)
proc.go#L4520: if usesLR {
stkframe.go#L109: if !usesLR {
traceback.go#L23: const usesLR = sys.MinFrameSize > 0
traceback.go#L157: if usesLR {
traceback.go#L163: if usesLR {
traceback.go#L172: if usesLR {
traceback.go#L179: if usesLR {
traceback.go#L310: if usesLR && funcspdelta(f, frame.pc, &u.cache) == 0 {
traceback.go#L329: if !usesLR {
traceback.go#L375: if usesLR {
traceback.go#L389: if !usesLR {
traceback.go#L506: if usesLR && injectedCall {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |